type runtime.typeOff
11 uses
runtime (current package)
plugin.go#L136: typ typeOff
runtime1.go#L611: return unsafe.Pointer(toRType((*_type)(rtype)).typeOff(typeOff(off)))
runtime1.go#L633: return unsafe.Pointer(toRType((*_type)(rtype)).typeOff(typeOff(off)))
symtab.go#L378: typemap map[typeOff]*_type // offset to *_rtype in previous module
symtab.go#L410: var pinnedTypemaps []map[typeOff]*_type
type.go#L15: type typeOff = abi.TypeOff
type.go#L143: func resolveTypeOff(ptrInModule unsafe.Pointer, off typeOff) *_type {
type.go#L181: func (t rtype) typeOff(off typeOff) *_type {
type.go#L270: t = prev.typemap[typeOff(tl)]
type.go#L286: tm := make(map[typeOff]*_type, len(md.typelinks))
type.go#L298: md.typemap[typeOff(tl)] = t
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |